home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / f / 00076_Script_76 < prev    next >
Text File  |  1999-09-02  |  494b  |  17 lines

  1. on mousedown
  2.   global gSoundLevel
  3.   set the soundlevel to gSoundLevel
  4.   
  5.   set the movierate of sprite 10 to 0
  6.   set the movietime of sprite 10 to 0
  7.   set the visible of sprite 19 to false
  8.   set the visible of sprite 20 to false
  9.   set the visible of sprite 21 to false
  10.   set the visible of sprite 22 to true
  11.   set the visible of sprite 23 to false
  12.   repeat with n = 60 to 74
  13.     puppetsprite n, false
  14.     set the visible of sprite n + 20 to false
  15.   end repeat
  16.   go to "norm"
  17. end